home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Games / WormWars / Source / amiga.h next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  660 b   |  26 lines

  1. /* menus */
  2. #define MN_PROJECT       0
  3. #define MN_EDIT          1
  4. #define MN_SETTINGS      2
  5. #define MN_HELP          3
  6. #define IN_NEW           0
  7. #define IN_OPEN          1
  8. #define IN_REVERT        2
  9. #define IN_SAVE          4
  10. #define IN_SAVEAS        5
  11. #define IN_PROJECTDELETE 7
  12. #define IN_QUIT          9
  13. #define IN_CUT           0
  14. #define IN_COPY          1
  15. #define IN_PASTE         2
  16. #define IN_ERASE         4
  17. #define IN_EDITDELETE    5
  18. #define IN_INSERT        6
  19. #define IN_APPEND        7
  20. #define IN_ANIMATIONS    0
  21. #define IN_CREATEICONS   1
  22. #define IN_CREATURES     0
  23. #define IN_OBJECTS       1
  24. #define IN_MANUAL        3
  25. #define IN_ABOUT         5
  26.